Service Bindings
Service bindings allow you to:
- Segment multiple use cases into separate Workers Services that can be explicitly invoked from your code.
- Achieve better composability on the Workers platform using service-oriented architecture.
- Create private microservices, to be conditionally invoked from other edge-facing services.
インターネットを介さずに別のWorkerにHTTPリクエストを送ることができる プライベートなサービス同士の通信を容易にしてくれる
これにより
プライベートなマイクロサービスを作成し、他のサービスから条件付きで呼び出すことができる AWSやGCPなどを凌ぐ次世代クラウドアーキテクチャの根幹っぽい エッジ周りで注目のRemixは現在どんな感じだろう